home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5539 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  903 b 

  1. Path: cabell.vcu.edu!not-for-mail
  2. From: bwilliam@cabell.vcu.edu (Boyce G. Williams)
  3. Newsgroups: comp.lang.c++
  4. Subject: C/370 scanf()?
  5. Date: 5 Feb 1996 10:14:21 -0500
  6. Organization: Virginia Commonwealth University
  7. Distribution: world
  8. Expires: 02/15/96
  9. Message-ID: <4f56sd$c04@cabell.vcu.edu>
  10. NNTP-Posting-Host: cabell.vcu.edu
  11. Summary: What JCL needed for scanf() in C/370?
  12. Keywords: C C/370 JCL
  13.  
  14.  
  15. I am learning how to program C on the company's MVS computer.  I
  16. don't have access to the manuals and the local bookstores don't have
  17. a aftermarket book yet.  I'm using a C PC book to learn.
  18.  
  19. OK, as soon y'all stop laughing...
  20.  
  21. I at a point in the book where the book wants me to input something.
  22. I'm learning to program in batch mode so I'm using JCL to compile and
  23. run my programs.  The Textbook is using "scanf()" but I need the JCL
  24. DDNAME to send the data to "scanf()".
  25.  
  26. Can anyone help?
  27. Boyce Williams
  28.